BACK TO LIST

Syntax:

VA1.This_Audio_Process = "YES"/"NO"

Details :

If "NO", then does not process the audio, only detects the no. of words spoken and their length.

Useful if you want to detect silence or in detecting speech occurance.

Example :

Private Sub StartRecording()

VA1.This_Audio_Process = "NO"

End Sub

See Examples.